home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / misc / splines.lha / Splines / Proto / Spline_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-16  |  184 b   |  13 lines

  1. /* Prototypes for functions defined in
  2. spline.c
  3.  */
  4.  
  5. extern DLIST_ELEMENT Control_Points;
  6.  
  7. int main(void);
  8.  
  9. void ProcessMessage(INTUIMESSAGE * msg);
  10.  
  11. void Create_ControlPoints(void);
  12.  
  13.